if Neighborhood.new():isValidLot(GetPrimitiveParameter(0)) then
   Neighborhood.new():setLotOwner(GetPrimitiveParameter(0), GetPrimitiveParameter(1))
   SetScriptReturnValue(true)
else
   SetScriptReturnValue(false)
end

